home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / dde_lib.arc / SUB < prev    next >
Text File  |  1990-12-25  |  283b  |  13 lines

  1. CL=cl -c -AS -D LINT_ARGS -G2sw -Os -W3 -Zip $*.c
  2.  
  3. sub.obj: sub.c ddelib.h sub.h
  4.     $(CL)
  5.  
  6. sub.res: sub.rc sub.h
  7.     rc -r sub.rc
  8.  
  9. sub.exe: sub.obj sub.def ddelib.lib sub.res
  10.     link /CO/MAP/NOD sub, sub, sub, slibcew libw ddelib, sub.def
  11.     rc sub.res
  12.     mapsym sub
  13.